Examples of Common Functions
This topic includes descriptions and examples of the formulas listed in the Metric tab Common function library.
- Related Topics:
- IF
The IF function returns one value if the specified condition is TRUE and returns another value if the specified condition is FALSE. - SUM
The SUM function adds all the numbers specified as arguments. - AND
This function returns TRUE if all its arguments evaluate to TRUE; returns FALSE if one or more arguments evaluate to FALSE. Most commonly used in the Tripwire formula. - MAX
This function returns the largest value in a set of values.. - AVERAGE
This function returns the average (arithmetic mean) of the arguments. - COUNTIF
This counts the number of occurrences that meet a given criteria.
Parent Topic: Function Libraries Group on the Metrics Tab